1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMHieuQua
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMHieuQua));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMhieuqua = new Telerik.WinControls.UI.RadGridView();
34             
this.txtphucap = new System.Windows.Forms.TextBox();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.txtmahq = new System.Windows.Forms.TextBox();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdluu = new System.Windows.Forms.Button();
40             
this.cmdthoat = new System.Windows.Forms.Button();
41             
this.cmdthem = new System.Windows.Forms.Button();
42             
this.cmdCapnhat = new System.Windows.Forms.Button();
43             
this.cmdxoa = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMhieuqua)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMhieuqua.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
54             
this.panel1.Controls.Add(this.dgv_DMhieuqua);
55             
this.panel1.Controls.Add(this.txtphucap);
56             
this.panel1.Controls.Add(this.label2);
57             
this.panel1.Controls.Add(this.txtmahq);
58             
this.panel1.Controls.Add(this.label3);
59             
this.panel1.Location = new System.Drawing.Point(9, 7);
60             
this.panel1.Name = "panel1";
61             
this.panel1.Size = new System.Drawing.Size(243, 211);
62             
this.panel1.TabIndex = 0;
63             
//
64             
// dgv_DMhieuqua
65             
//
66             
this.dgv_DMhieuqua.Location = new System.Drawing.Point(6, 68);
67             
//
68             
//
69             
//
70             
this.dgv_DMhieuqua.MasterGridViewTemplate.AllowDragToGroup = false;
71             
this.dgv_DMhieuqua.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
72             
this.dgv_DMhieuqua.MasterGridViewTemplate.EnableGrouping = false;
73             
this.dgv_DMhieuqua.Name = "dgv_DMhieuqua";
74             
this.dgv_DMhieuqua.ReadOnly = true;
75             
this.dgv_DMhieuqua.Size = new System.Drawing.Size(233, 139);
76             
this.dgv_DMhieuqua.TabIndex = 19;
77             
//
78             
// txtphucap
79             
//
80             
this.txtphucap.BackColor = System.Drawing.SystemColors.ControlLightLight;
81             
this.txtphucap.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.txtphucap.Location = new System.Drawing.Point(140, 40);
83             
this.txtphucap.MaxLength = 4;
84             
this.txtphucap.Name = "txtphucap";
85             
this.txtphucap.ReadOnly = true;
86             
this.txtphucap.Size = new System.Drawing.Size(53, 22);
87             
this.txtphucap.TabIndex = 2;
88             
this.txtphucap.Tag = "";
89             
//
90             
// label2
91             
//
92             
this.label2.AutoSize = true;
93             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94             
this.label2.Location = new System.Drawing.Point(49, 44);
95             
this.label2.Name = "label2";
96             
this.label2.Size = new System.Drawing.Size(76, 15);
97             
this.label2.TabIndex = 18;
98             
this.label2.Text = "Tỉ Lệ Lương";
99             
//
100             
// txtmahq
101             
//
102             
this.txtmahq.BackColor = System.Drawing.SystemColors.ControlLightLight;
103             
this.txtmahq.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.txtmahq.Location = new System.Drawing.Point(140, 8);
105             
this.txtmahq.MaxLength = 2;
106             
this.txtmahq.Name = "txtmahq";
107             
this.txtmahq.ReadOnly = true;
108             
this.txtmahq.Size = new System.Drawing.Size(53, 22);
109             
this.txtmahq.TabIndex = 1;
110             
this.txtmahq.Tag = "";
111             
//
112             
// label3
113             
//
114             
this.label3.AutoSize = true;
115             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.label3.Location = new System.Drawing.Point(49, 12);
117             
this.label3.Name = "label3";
118             
this.label3.Size = new System.Drawing.Size(79, 15);
119             
this.label3.TabIndex = 16;
120             
this.label3.Text = "Mã Hiệu Quả";
121             
//
122             
// grpbox
123             
//
124             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
125             
this.grpbox.Controls.Add(this.cmdluu);
126             
this.grpbox.Controls.Add(this.cmdthoat);
127             
this.grpbox.Controls.Add(this.cmdthem);
128             
this.grpbox.Controls.Add(this.cmdCapnhat);
129             
this.grpbox.Controls.Add(this.cmdxoa);
130             
this.grpbox.Location = new System.Drawing.Point(254, 3);
131             
this.grpbox.Name = "grpbox";
132             
this.grpbox.Size = new System.Drawing.Size(85, 215);
133             
this.grpbox.TabIndex = 14;
134             
this.grpbox.TabStop = false;
135             
//
136             
// cmdluu
137             
//
138             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
139             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
141             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
142             
this.cmdluu.Location = new System.Drawing.Point(6, 130);
143             
this.cmdluu.Name = "cmdluu";
144             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
145             
this.cmdluu.TabIndex = 6;
146             
this.cmdluu.Text = "Lưu";
147             
this.cmdluu.UseVisualStyleBackColor = true;
148             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
149             
//
150             
// cmdthoat
151             
//
152             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
153             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
155             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
156             
this.cmdthoat.Location = new System.Drawing.Point(6, 165);
157             
this.cmdthoat.Name = "cmdthoat";
158             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
159             
this.cmdthoat.TabIndex = 7;
160             
this.cmdthoat.Text = "Thoát";
161             
this.cmdthoat.UseVisualStyleBackColor = true;
162             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
163             
//
164             
// cmdthem
165             
//
166             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
167             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
169             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
170             
this.cmdthem.Location = new System.Drawing.Point(6, 20);
171             
this.cmdthem.Name = "cmdthem";
172             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
173             
this.cmdthem.TabIndex = 3;
174             
this.cmdthem.Text = "Thêm";
175             
this.cmdthem.UseVisualStyleBackColor = true;
176             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
177             
//
178             
// cmdCapnhat
179             
//
180             
this.cmdCapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
181             
this.cmdCapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182             
this.cmdCapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdCapnhat.Image")));
183             
this.cmdCapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
184             
this.cmdCapnhat.Location = new System.Drawing.Point(7, 56);
185             
this.cmdCapnhat.Name = "cmdCapnhat";
186             
this.cmdCapnhat.Size = new System.Drawing.Size(73, 30);
187             
this.cmdCapnhat.TabIndex = 4;
188             
this.cmdCapnhat.Text = "Sửa";
189             
this.cmdCapnhat.UseVisualStyleBackColor = true;
190             
this.cmdCapnhat.Click += new System.EventHandler(this.cmdCapnhat_Click);
191             
//
192             
// cmdxoa
193             
//
194             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
195             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
197             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
198             
this.cmdxoa.Location = new System.Drawing.Point(6, 93);
199             
this.cmdxoa.Name = "cmdxoa";
200             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
201             
this.cmdxoa.TabIndex = 5;
202             
this.cmdxoa.Text = "Xóa";
203             
this.cmdxoa.UseVisualStyleBackColor = true;
204             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
205             
//
206             
// frmDMHieuQua
207             
//
208             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
209             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
210             
this.BackColor = System.Drawing.Color.Honeydew;
211             
this.ClientSize = new System.Drawing.Size(355, 228);
212             
this.Controls.Add(this.grpbox);
213             
this.Controls.Add(this.panel1);
214             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
215             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
216             
this.MaximizeBox = false;
217             
this.MinimizeBox = false;
218             
this.Name = "frmDMHieuQua";
219             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
220             
this.Text = "Danh Mục Hiệu Quả";
221             
this.ThemeName = "ControlDefault";
222             
this.Load += new System.EventHandler(this.frmDMHieuQua_Load);
223             
this.panel1.ResumeLayout(false);
224             
this.panel1.PerformLayout();
225             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMhieuqua.MasterGridViewTemplate)).EndInit();
226             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMhieuqua)).EndInit();
227             
this.grpbox.ResumeLayout(false);
228             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
229             
this.ResumeLayout(false);
230
231         }
232
233         
#endregion
234
235         
private System.Windows.Forms.Panel panel1;
236         
private System.Windows.Forms.GroupBox grpbox;
237         
private System.Windows.Forms.Button cmdluu;
238         
private System.Windows.Forms.Button cmdthoat;
239         
private System.Windows.Forms.Button cmdthem;
240         
private System.Windows.Forms.Button cmdCapnhat;
241         
private System.Windows.Forms.Button cmdxoa;
242         
private System.Windows.Forms.TextBox txtphucap;
243         
private System.Windows.Forms.Label label2;
244         
private System.Windows.Forms.TextBox txtmahq;
245         
private System.Windows.Forms.Label label3;
246         
private Telerik.WinControls.UI.RadGridView dgv_DMhieuqua;
247
248     }
249 }



Quản lý nhân sự công ty bằng c# _ full source code 60.373 lượt xem

Gõ tìm kiếm nhanh...